Package com.cisco.pt.ipc.sim.pdu
Interface IkePayload
- All Known Subinterfaces:
AuthPayload,IdPayload,NotificationPayload,ProposalPayload,SaPayload,TransformPayload,VendorIdPayload
- All Known Implementing Classes:
AuthPayloadImpl,IdPayloadImpl,IkePayloadImpl,NotificationPayloadImpl,ProposalPayloadImpl,SaPayloadImpl,TransformPayloadImpl,VendorIdPayloadImpl
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidsetNextPayloadType(Byte nextPayloadType) voidsetReserved(Byte reserved) Methods inherited from interface com.cisco.pt.ipc.sim.pdu.Signal
encodeTypeAndPayload, getFieldValue, getOrderedFieldNames, pduRead
-
Method Details
-
getLength
Short getLength()- Returns:
- Short Returns a Short
-
setLength
- Parameters:
length- Takes in a parameter of length
-
getReserved
Byte getReserved()- Returns:
- Byte Returns a Byte
-
setReserved
- Parameters:
reserved- Takes in a parameter of reserved
-
getNextPayloadType
Byte getNextPayloadType()- Returns:
- Byte Returns a Byte
-
setNextPayloadType
- Parameters:
nextPayloadType- Takes in a parameter of nextPayloadType
-